printing: Draw print dialog on fullscreen windows
authorMarek Kasik <mkasik@redhat.com>
Tue, 18 Mar 2014 11:43:46 +0000 (12:43 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 24 Mar 2014 16:22:17 +0000 (12:22 -0400)
Set correct "type-hint" for GtkPrintUnixDialog ("dialog").
Otherwise the print dialog is not shown when its parent
window is in fullscreen mode.

https://bugzilla.gnome.org/show_bug.cgi?id=724728

gtk/resources/ui/gtkprintunixdialog.ui

index d4dabc463ff75cf8bdd74537fc6ae3ad30fb1cce..ebbf4e2c11ba999943e52b720a8bce3e1368ef31 100644 (file)
@@ -49,7 +49,7 @@
   </object>
   <template class="GtkPrintUnixDialog" parent="GtkDialog">
     <property name="can_focus">False</property>
-    <property name="type_hint">normal</property>
+    <property name="type_hint">dialog</property>
     <signal name="notify::page-setup" handler="redraw_page_layout_preview" swapped="no"/>
     <signal name="response" handler="error_dialogs" swapped="no"/>
     <child internal-child="vbox">